0
0

🧑‍💻 add trailing newlines

This commit is contained in:
DrMaxNix 2022-09-06 22:10:18 +02:00
parent 68fc67389c
commit b4774f2405
3 changed files with 3 additions and 3 deletions

View File

@ -25,4 +25,4 @@ class Juicescript_helper_enum {
name(value){
return Object.keys(this).find(key => this[key] === value);
}
}
}

View File

@ -96,4 +96,4 @@ class Juicescript_io {
// RETURN //
return string;
}
}
}

View File

@ -68,4 +68,4 @@ class Juicescript {
/**/console.log(one_token);
/**/}
}
}
}