Skip to content

Commit a47990d

Browse files
committed
test
1 parent 91cee46 commit a47990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/me/scoretwo/fastscript/FastScript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class FastScript(val plugin: ScriptPlugin) {
7474
" | \\ / __ \\_\\___ \\ | | / \\ \\___| | \\/ | |_> > | ",
7575
" \\___ / (____ /____ > |__|/_______ /\\___ >__| |__| __/|__| ",
7676
" \\/ \\/ \\/ \\/ \\/ |__| "
77-
).let {
77+
).also {
7878
it.forEachIndexed { index, raw ->
7979
if (raw.isNotBlank()) {
8080
val line = raw.toCharArray()

0 commit comments

Comments
 (0)