Skip to content

Commit cdc388e

Browse files
committed
update docs
1 parent 44c9019 commit cdc388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-base-driver/src/BaseDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ export abstract class BaseDriver implements DriverInterface {
717717
* s3://my-bucket-name
718718
* my-bucket-name/some-path
719719
* my-bucket-name
720-
*
720+
721721
*/
722722
protected parseBucketUrl(input: string | null | undefined): ParsedBucketUrl {
723723
const original = input?.trim() || '';

0 commit comments

Comments
 (0)