Skip to content

Commit 38f82e1

Browse files
committed
Fix a prettier issue
1 parent 477f215 commit 38f82e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

server/src/server/handlers/languageHandlers.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ export class LanguageHandlers extends YamlLanguageHandlers {
189189
* Called when the formatter is invoked
190190
* Returns the formatted document content using prettier
191191
*/
192-
formatterHandler(formatParams: DocumentFormattingParams): Promise<TextEdit[]> {
192+
formatterHandler(
193+
formatParams: DocumentFormattingParams
194+
): Promise<TextEdit[]> {
193195
const uri = formatParams.textDocument.uri;
194196
const document = this.cfnSettings.documents.get(uri);
195197

0 commit comments

Comments
 (0)