Skip to content

Commit 99ae510

Browse files
committed
lint(app.config): fix errors
1 parent c0d4667 commit 99ae510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.config.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const serverConfig: ApplicationConfig = {
99
providers: [
1010
provideServerRendering(withRoutes(serverRoutes)),
1111
provideClientHydration(),
12-
provideHttpClient(withFetch()),
13-
],
12+
provideHttpClient(withFetch())
13+
]
1414
};
1515

1616
export const config = mergeApplicationConfig(AppConfig, serverConfig);

0 commit comments

Comments
 (0)