Skip to content

Commit 52af19a

Browse files
committed
prettier fix3
1 parent 94defcf commit 52af19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function createMainWindow(): BrowserWindow {
210210

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

0 commit comments

Comments
 (0)