diff --git a/standalone_app/src/types/index.d.ts b/standalone_app/src/types/index.d.ts index 54a70af30..c07d8188f 100644 --- a/standalone_app/src/types/index.d.ts +++ b/standalone_app/src/types/index.d.ts @@ -1 +1 @@ -declare const IS_VSCODE: boolean \ No newline at end of file +declare const IS_VSCODE: boolean diff --git a/tslib/storage/src/index.ts b/tslib/storage/src/index.ts index 0a8aa22d6..ad8afcd5b 100644 --- a/tslib/storage/src/index.ts +++ b/tslib/storage/src/index.ts @@ -1,3 +1,3 @@ export { JournalFileStorage } from "./journal" export { SQLite3Storage } from "./sqlite" -export type { OptunaStorage } from "./storage" \ No newline at end of file +export type { OptunaStorage } from "./storage"