Skip to content

Commit fdc436b

Browse files
committed
fix indentation
1 parent a7f2d65 commit fdc436b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/openmethods.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,11 +952,11 @@ struct Runtime
952952
writefln("Scooping...");
953953
}
954954

955-
foreach (mod; ModuleInfo) {
955+
foreach (mod; ModuleInfo) {
956956
foreach (c; mod.localClasses) {
957957
scoop(c);
958958
}
959-
}
959+
}
960960

961961
// Fill the 'directBases' and 'directDerived' arrays in the Class objects.
962962

0 commit comments

Comments
 (0)