Skip to content

Commit b7bd348

Browse files
fix linter
1 parent 350cb1a commit b7bd348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slo/src/Internal/nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55

66
<targets>
7-
<target xsi:type="Console" name="ConsoleTarget"
7+
<target xsi:type="Console" name="ConsoleTarget"
88
layout="${longdate} ${level:uppercase=true} ${logger} - ${message}${onexception:${newline}${exception:format=ToString}}">
99
</target>
1010
</targets>

0 commit comments

Comments
 (0)