From 2f61f77913b4f0b538eb3da8292327ecd673c40b Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 1 Mar 2017 17:40:43 +0100 Subject: [PATCH] [SQUASH] remove tab from assert_writeln_magic --- assert_writeln_magic.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assert_writeln_magic.d b/assert_writeln_magic.d index 2eeb5c654a..b770c113ff 100755 --- a/assert_writeln_magic.d +++ b/assert_writeln_magic.d @@ -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)