Skip to content

Commit 355bf3b

Browse files
committed
Warning:(96, 38) Concatenation can be replaced with text block
1 parent 955b56c commit 355bf3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main/java/io/github/techstreet/dfscript/commands/misc/ScriptsCommand.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ private void listVars(String script, String filter) {
9090

9191
@Override
9292
public String getDescription() {
93-
return "[blue]/scripts[reset]\n" +
94-
"\n" +
95-
"Opens a GUI to edit custom DFScript scripts.\n";
93+
return """
94+
[blue]/scripts[reset]
95+
96+
Opens a GUI to edit custom DFScript scripts.
97+
""";
9698
}
9799

98100
@Override

0 commit comments

Comments
 (0)