Skip to content

Commit 2d54231

Browse files
committed
chore: format
1 parent 97f4be1 commit 2d54231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slang_mcp/lib/src/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void main(List<String> arguments) async {
7171
'Gets the translations that existing in base locale but not in secondary locales.',
7272
outputSchema: JsonSchema.object(
7373
description:
74-
'''A map where each key is a locale identifier (e.g., "de", "fr-CA")
74+
'''A map where each key is a locale identifier (e.g., "de", "fr-CA")
7575
and the value is a nested map containing the missing translation keys and their corresponding base locale strings.''',
7676
),
7777
callback: (args, extra) async {

0 commit comments

Comments
 (0)