Skip to content

Commit

Permalink
formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
fanliang11 committed Jun 1, 2018
1 parent 8edba65 commit ad20cc7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
11 changes: 11 additions & 0 deletions bash.exe.stackdump
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Stack trace:
Frame Function Args
001802FF070 0018005D14E (0018022B7F0, 0018021DC39, 001802FF070, 000FFFFB9F0)
001802FF070 00180046609 (00000000002, 00000000003, 00000000002, 000C0000000)
001802FF070 00180046642 (00000000002, 001802FF380, 001802FF070, 00000000008)
001802FF070 00180057602 (001800BB622, 000FFFFCC10, 00000000000, 00000000000)
000FFFFCCB0 001800576B0 (205C795C745C745C, 655C205C265C265C, 205C6F5C685C635C, 695C6C5C245C225C)
000FFFFCCB0 00180046DA5 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000 00180045873 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 00180045924 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
11 changes: 11 additions & 0 deletions sh.exe.stackdump
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Stack trace:
Frame Function Args
001802FEFA0 0018005D14E (0018022B7F0, 0018021DC39, 001802FEFA0, 000FFFFB9F0)
001802FEFA0 00180046609 (00000000002, 00000000003, 00000000002, 000C0000000)
001802FEFA0 00180046642 (00000000002, 001802FF2B0, 001802FEFA0, 00000000008)
001802FEFA0 00180057602 (00000000000, 000FFFFCC35, 000FFFFCC53, 0018021C490)
000FFFFCCB0 001800576B0 (645C655C725C635C, 695C745C6E5C655C, 6D5C2D5C6C5C615C, 675C615C6E5C615C)
000FFFFCCB0 00180046DA5 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000 00180045873 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 00180045924 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,10 @@ public static void BuildServiceEngine(IContainer container)
if(container.IsRegistered<IServiceEngine>())
{
using (var soap = container.BeginLifetimeScope(
builder =>
{
container.Resolve<IServiceEngineBuilder>().Build(builder);
})) {

}
builder =>
{
container.Resolve<IServiceEngineBuilder>().Build(builder);
})) {}
}
}
}
Expand Down

0 comments on commit ad20cc7

Please sign in to comment.