Skip to content

Commit b61540e

Browse files
committed
fix prettier
1 parent b8b11bf commit b61540e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/ajv.absolutePath.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const errorMessage = (schema, data, message) => ({
1010
const getErrorFor = (shouldBeAbsolute, data, schema) => {
1111
const message = shouldBeAbsolute
1212
? `The provided value ${JSON.stringify(data)} is not an absolute path!`
13-
1413
: `A relative path is expected. However, the provided value ${JSON.stringify(
1514
data
1615
)} is an absolute path!`;

0 commit comments

Comments
 (0)