Explorar o código

Restore empty new line to fix conflict

MatthewHana hai 1 ano
pai
achega
a49454d36e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      radicale/web/internal_data/fn.js

+ 1 - 0
radicale/web/internal_data/fn.js

@@ -1386,6 +1386,7 @@ function bytesToHumanReadable(bytes, dp=1) {
     return (bytes / Math.pow(1024, i)).toFixed(dp) * 1 + ' ' + ['b', 'kb', 'mb', 'gb', 'tb'][i];
 }
 
+
 function main() {
     // Hide startup loading message
     document.getElementById("loadingscene").classList.add("hidden");