Skip to content

Commit

Permalink
refactor: removed an unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Pawłaszek committed Oct 27, 2023
1 parent b831e92 commit 000c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsoftsharepointonline/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 000c276

Please sign in to comment.