Skip to content

Commit 94defcf

Browse files
committed
prettier fix2
1 parent 5ef2140 commit 94defcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/main/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ function createMainWindow(): BrowserWindow {
209209
ses.setUserAgent(`ZulipElectron/${app.getVersion()} ${ses.getUserAgent()}`);
210210

211211
const allowNtlmCredentialsForDomains = EnterpriseUtil.getConfigItem(
212-
"allowNtlmCredentialsForDomains",
213-
[]
214-
);
212+
"allowNtlmCredentialsForDomains",
213+
[]
214+
);
215215
for (const domain of allowNtlmCredentialsForDomains) {
216216
ses.allowNTLMCredentialsForDomains(domain);
217217
}

0 commit comments

Comments
 (0)