Skip to content

Commit b42b90c

Browse files
committed
chore: remove redundant trailing spaces
1 parent c45e33a commit b42b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/yaml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export const readFileType = new yaml.Type("!readFile", {
249249
*/
250250
export const concatStringType = new yaml.Type("!concatString", {
251251
kind: "sequence",
252-
resolve(data) {
252+
resolve(data) {
253253
return data.every((d) => lodash.isString(d));
254254
},
255255
construct(data) {

0 commit comments

Comments
 (0)