Skip to content

Commit 26eaf70

Browse files
author
Jesse Trinity
committed
accept new baseline
1 parent 8003791 commit 26eaf70

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// ==ORIGINAL==
2+
3+
// Header
4+
import "lib3";
5+
// Comment2
6+
import "lib2";
7+
// Comment1
8+
import "lib1";
9+
10+
// ==ORGANIZED==
11+
12+
// Header
13+
// Comment1
14+
import "lib1";
15+
// Comment2
16+
import "lib2";
17+
import "lib3";

0 commit comments

Comments
 (0)