Browse Source

remove empty line

yohei0125 3 years ago
parent
commit
bffec08c5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/stores/context.tsx

+ 0 - 1
packages/app/src/stores/context.tsx

@@ -248,7 +248,6 @@ export const useIsUploadableFile = (initialData?: boolean): SWRResponse<boolean,
   return useStaticSWR('isUploadableFile', initialData);
 };
 
-
 /** **********************************************************
  *                     Computed contexts
  *********************************************************** */