Skip to content

Commit 125e1d7

Browse files
tidy: remove unnecessary whitespace changes
1 parent 2fbe5ec commit 125e1d7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

invokeai/app/api/dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def initialize(config: InvokeAIAppConfig, event_handler_id: int, logger: Logger
103103
)
104104
names = SimpleNameService()
105105
performance_statistics = InvocationStatsService()
106-
107106
session_processor = DefaultSessionProcessor(session_runner=DefaultSessionRunner())
108107
session_queue = SqliteSessionQueue(db=db)
109108
urls = LocalUrlService()

invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/socketio/socketInvocationError.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const addInvocationErrorEventListener = (startAppListening: AppStartListe
4646
nes.status = zNodeStatus.enum.FAILED;
4747
nes.progress = null;
4848
nes.progressImage = null;
49-
5049
nes.error = {
5150
error_type,
5251
error_message,

invokeai/frontend/web/src/features/system/store/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ export interface SystemState {
5555
shouldUseWatermarker: boolean;
5656
status: SystemStatus;
5757
shouldEnableInformationalPopovers: boolean;
58-
cancellations: string[]
58+
cancellations: string[];
5959
}

0 commit comments

Comments
 (0)