Fix mixed in a tab.

This commit is contained in:
Hiroki Noda 2017-12-04 05:59:18 +09:00
parent 9007eacdf3
commit cc83591fce
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@ void testCall(Connection conn) {
void main() {
Connection conn = connectToBus();
testCall(conn);
writeln("It worked!");
writeln("It worked!");
}

View file

@ -22,5 +22,5 @@ void testServe(Connection conn) {
void main() {
Connection conn = connectToBus();
testServe(conn);
writeln("It worked!");
writeln("It worked!");
}