Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMatejka committed Nov 10, 2020
1 parent ca984e2 commit 34b2649
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Buckets.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import _ from 'lodash';
import Storage from './Storage';


enum BucketListOptionConst {
attributes, metadata, linkedBuckets
}
Expand Down
1 change: 0 additions & 1 deletion src/Tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ enum TableListOptionConst {
}
type TableListOption = keyof typeof TableListOptionConst;


export default class Tables {
storage: Storage;

Expand Down

0 comments on commit 34b2649

Please sign in to comment.