Skip to content

Commit 302e901

Browse files
committed
format
1 parent 65dcd21 commit 302e901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/tools/utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function findSummaryAnchorForBoundary(
4444

4545
throw new Error(
4646
`Found multiple matches for ${stringType}. ` +
47-
`Provide more surrounding context to uniquely identify the intended match.`,
47+
`Provide more surrounding context to uniquely identify the intended match.`,
4848
)
4949
}
5050

@@ -224,7 +224,7 @@ export function findStringInMessages(
224224
})
225225
throw new Error(
226226
`Found multiple matches for ${stringType}. ` +
227-
`Provide more surrounding context to uniquely identify the intended match.`,
227+
`Provide more surrounding context to uniquely identify the intended match.`,
228228
)
229229
}
230230

@@ -273,7 +273,7 @@ export function findStringInMessages(
273273
})
274274
throw new Error(
275275
`${stringType} not found in conversation. ` +
276-
`Make sure the string exists and is spelled exactly as it appears.`,
276+
`Make sure the string exists and is spelled exactly as it appears.`,
277277
)
278278
}
279279

@@ -301,7 +301,7 @@ export function findStringInMessages(
301301
})
302302
throw new Error(
303303
`Found multiple matches for ${stringType}. ` +
304-
`Provide more unique surrounding context to disambiguate.`,
304+
`Provide more unique surrounding context to disambiguate.`,
305305
)
306306
}
307307

0 commit comments

Comments
 (0)