Skip to content

Commit 4061662

Browse files
committed
Run GlobalProcessors (e.g. Reformat) last so that code is formatted correctly
Fixes #90
1 parent ff449a6 commit 4061662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/xdev/saveactions/processors/GlobalProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public Set<ExecutionMode> getModes()
8787
@Override
8888
public int getOrder()
8989
{
90-
return 0;
90+
return 3;
9191
}
9292

9393
@Override

0 commit comments

Comments
 (0)