Skip to content

Commit 7cbe69b

Browse files
committed
format -.-''
1 parent f60e523 commit 7cbe69b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ export default function pluginOptionSchema({ Joi }) {
9494
url: Joi.string()
9595
.uri()
9696
.description(`The URL at which the application can be found.`),
97-
id: Joi.string()
98-
.description(
99-
`The ID used to represent the application on the specified platform.`
100-
),
97+
id: Joi.string().description(
98+
`The ID used to represent the application on the specified platform.`
99+
),
101100
min_version: Joi.string()
102101
.optional()
103102
.description(

0 commit comments

Comments
 (0)