8000 style: style fix · xaviernoder/log4js-node@aabc15d · GitHub
[go: up one dir, main page]

Skip to content

Commit aabc15d

Browse files
committed
style: style fix
1 parent 3cb7f52 commit aabc15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appenders/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const setup = (config) => {
9999
});
100100
};
101101

102-
setup({ appenders: { out: { type: 'stdout' } }, categories: { default: { appenders: ["out"], level: "trace" } } });
102+
setup({ appenders: { out: { type: 'stdout' } }, categories: { default: { appenders: ['out'], level: 'trace' } } });
103103

104104
configuration.addListener((config) => {
105105
configuration.throwExceptionIf(

0 commit comments

Comments
 (0)
0