Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Aug 26, 2014
1 parent 5db2fc4 commit 38025f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/experimental/logger/core.d
Expand Up @@ -1719,8 +1719,8 @@ unittest
testFuncNames(tl1);
assert(tl1.func == "std.experimental.logger.core.testFuncNames", tl1.func);
assert(tl1.prettyFunc ==
"void std.experimental.logger.core.testFuncNames(Logger logger)",
tl1.prettyFunc);
"void std.experimental.logger.core.testFuncNames(Logger logger)",
tl1.prettyFunc);
assert(tl1.msg == "I'm here", tl1.msg);
}

Expand Down

0 comments on commit 38025f6

Please sign in to comment.