Fix mixed in a tab.
This commit is contained in:
parent
9007eacdf3
commit
cc83591fce
|
@ -17,5 +17,5 @@ void testCall(Connection conn) {
|
|||
void main() {
|
||||
Connection conn = connectToBus();
|
||||
testCall(conn);
|
||||
writeln("It worked!");
|
||||
writeln("It worked!");
|
||||
}
|
||||
|
|
|
@ -22,5 +22,5 @@ void testServe(Connection conn) {
|
|||
void main() {
|
||||
Connection conn = connectToBus();
|
||||
testServe(conn);
|
||||
writeln("It worked!");
|
||||
writeln("It worked!");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue