Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Sep 11, 2024
1 parent ae4fc8e commit a656d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public Set<Integer> getEnableNereidsRules() {
@BeforeAll
public final void beforeAll() throws Exception {
FeConstants.enableInternalSchemaDb = false;
FeConstants.runningUnitTest=true;
FeConstants.runningUnitTest = true;
beforeCreatingConnectContext();
connectContext = createDefaultCtx();
beforeCluster();
Expand Down

0 comments on commit a656d37

Please sign in to comment.