From 17783a723050cbde45d66e8ec1d7f77de1bbe8e9 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 8 May 2024 16:34:51 +0900 Subject: [PATCH] Apply formatter --- standalone_app/src/types/index.d.ts | 2 +- tslib/storage/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"