Skip to content

Commit 5a28f2d

Browse files
committed
chore: fix styling
1 parent daf8746 commit 5a28f2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/KubernetesClient/KubernetesYaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ public void WriteYaml(IEmitter emitter, object value, Type type, ObjectSerialize
9898
Encoding.UTF8.GetString(obj),
9999
ScalarStyle.Literal, // renders as |
100100
true,
101-
true
102-
));
101+
true));
103102
}
104103
}
105104

0 commit comments

Comments
 (0)