Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzehan committed Feb 6, 2024
1 parent 06206f8 commit 06e5b40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

package org.dinky.metadata.driver;

import static org.dinky.utils.SplitUtil.*;
import static org.dinky.utils.SplitUtil.contains;
import static org.dinky.utils.SplitUtil.getReValue;
import static org.dinky.utils.SplitUtil.isSplit;

import org.dinky.assertion.Asserts;
import org.dinky.data.constant.CommonConstant;
Expand Down

0 comments on commit 06e5b40

Please sign in to comment.