Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Sep 17, 2022
1 parent b488588 commit d15d836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/services/bookmarks/export.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Vendor
import { Base64 } from 'js-base64';
import {Base64} from 'js-base64';
import Service from '@ember/service';

// Types
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/export-v1.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "eyJpY24iOiJleGFsdCIsInRpdCI6InRlc3QgZm9sZGVyIiwidHJzIjpbeyJ0aXQiOiJ0ZXN0IHRyYWRlIiwibG9jIjoic2VhcmNoOm93V0pRRWtpbCJ9XX0="
export default 'eyJpY24iOiJleGFsdCIsInRpdCI6InRlc3QgZm9sZGVyIiwidHJzIjpbeyJ0aXQiOiJ0ZXN0IHRyYWRlIiwibG9jIjoic2VhcmNoOm93V0pRRWtpbCJ9XX0=';
2 changes: 1 addition & 1 deletion tests/fixtures/export-v2.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "2:eyJpY24iOiJleGFsdCIsInRpdCI6InRlc3QgZm9sZGVyIPCfl4EiLCJ0cnMiOlt7InRpdCI6InRlc3QgdHJhZGUg8J+amiIsImxvYyI6InNlYXJjaDpvd1dKUUVraWwifV19"
export default '2:eyJpY24iOiJleGFsdCIsInRpdCI6InRlc3QgZm9sZGVyIPCfl4EiLCJ0cnMiOlt7InRpdCI6InRlc3QgdHJhZGUg8J+amiIsImxvYyI6InNlYXJjaDpvd1dKUUVraWwifV19';

0 comments on commit d15d836

Please sign in to comment.