From 000c2767511d2ef65923a48a09d4a912caf95b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paw=C5=82aszek?= Date: Fri, 27 Oct 2023 07:25:32 +0200 Subject: [PATCH] refactor: removed an unnecessary space --- src/microsoftsharepointonline/source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoftsharepointonline/source.ts b/src/microsoftsharepointonline/source.ts index 53c5af23..cf5029d9 100644 --- a/src/microsoftsharepointonline/source.ts +++ b/src/microsoftsharepointonline/source.ts @@ -65,7 +65,7 @@ export class MicrosoftSharepointOnlineSource implements ISource { private buildSourceConnectorProperties(): CfnFlow.SourceConnectorPropertiesProperty { - if ( this.props.object.drives.length < 1) { + if (this.props.object.drives.length < 1) { throw new Error('At least one drive must be specified'); }