Explorar el Código

add missing semicilon to sizeToDisplaySize

Aleksei Shpakovskii hace 2 años
padre
commit
6f1e8a9452
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/Entry.ts

+ 1 - 1
src/lib/Entry.ts

@@ -38,7 +38,7 @@ const sizeToDisplaySize = (size: number): string => {
     },
     size
   ) as string;
-}
+};
 
 export default class Entry extends EventEmitter<EntryEvents> {
   #copy: boolean;