Skip to content

Commit 6d7d93d

Browse files
authored
Merge pull request #6 from Chave0v0/dev
update banner
2 parents 65282f0 + 3288742 commit 6d7d93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/chave/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public void initialize(MontoyaApi montoyaApi) {
1616
Logging log = API.logging();
1717

1818
API.extension().setName("API Highlighter");
19-
log.logToOutput("API Highlighter v1.0.0\n" +
20-
"Rebuild: Chave" +
19+
log.logToOutput("API Highlighter v1.0.0\n\n" +
20+
"Rebuild: Chave\n" +
2121
"GitHub: https://github.com/Chave0v0/API-Highlighter");
2222

2323
// 初始化ui

0 commit comments

Comments
 (0)