Skip to content

Commit 97f7405

Browse files
author
Sommer
committed
[INTERNAL] code style fixes
1 parent 76c9e32 commit 97f7405

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/actions/CsvChangeSeparatorActionGroup.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ public void update(AnActionEvent anActionEvent) {
3434

3535
if (psiFile != null) {
3636
anActionEvent.getPresentation()
37-
.setText(String.format("CSV Value Separator: %s", CsvCodeStyleSettings.getSeparatorDisplayText(CsvCodeStyleSettings.getCurrentSeparator(anActionEvent.getProject(), psiFile))));
37+
.setText(String.format("CSV Value Separator: %s",
38+
CsvCodeStyleSettings.getSeparatorDisplayText(CsvCodeStyleSettings.getCurrentSeparator(anActionEvent.getProject(), psiFile)))
39+
);
3840
}
3941
}
4042

0 commit comments

Comments
 (0)