Browse Source

whitespace cleanup

Steven 4 years ago
parent
commit
2d9c8da9b4
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

@@ -122,7 +122,6 @@ export const useSlackChannels = (initialData?: Nullable<any>): SWRResponse<Nulla
   return useStaticSWR<Nullable<any>, Error>('slackChannels', initialData ?? null);
 };
 
-
 /** **********************************************************
  *                     Computed contexts
  *********************************************************** */