Skip to content

Commit 77557d9

Browse files
committed
style: add trailing newline to types/index.tst.ts
1 parent 9dba69c commit 77557d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/index.tst.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ expect(writer).type.toBe<SerializerFactory>()
141141
const compiler = factory(schemaMap)
142142
expect(compiler).type.toBe<SerializerCompiler>()
143143
expect(compiler(endpointSchema)).type.toBe<Serializer>()
144-
}
144+
}

0 commit comments

Comments
 (0)