Skip to content

Commit

Permalink
[SQUASH] remove tab from assert_writeln_magic
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Mar 1, 2017
1 parent b98ab97 commit 2f61f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert_writeln_magic.d
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void parseFile(string fileName, string destFile)
string rebasePath(string path, string oldBase, string newBase)
{
import std.path : absolutePath, buildPath, relativePath;
return buildPath(newBase, path.absolutePath.relativePath(oldBase.absolutePath));
return buildPath(newBase, path.absolutePath.relativePath(oldBase.absolutePath));
}

void main(string[] args)
Expand Down

0 comments on commit 2f61f77

Please sign in to comment.