Trim excess whitespace

This commit is contained in:
a1346054
2021-09-03 21:32:24 +00:00
parent 6782e2a3b9
commit b1f5c6c9af
12 changed files with 28 additions and 41 deletions

View File

@ -59,4 +59,3 @@ sub json($) {
unlink $file;
return from_json($file);
}