Skip to content

Commit 9b8bb64

Browse files
committed
style: removal of a stray new line character to better see error message
1 parent 7f7c1c7 commit 9b8bb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spectral/src/functions/infoLicenseApache2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default (targetVal: any, _: any, context: any): IFunctionResult[] => {
77
if (!targetVal) {
88
return [
99
{
10-
message: "OpenAPI `license` object is required\n in path: ",
10+
message: "OpenAPI `license` object is required.",
1111
path: p
1212
}
1313
]

0 commit comments

Comments
 (0)