Skip to content

Commit d40289d

Browse files
committed
Fix linting issue
1 parent bb232c8 commit d40289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/snapshot_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const srcSnapshotDir = "./src-snapshot"
2424

2525
// summaryFile on its own, as it gets handled a little differently
2626
const summaryFile = "summary.json"
27+
2728
var srcSnapshotSummaryPath = filepath.Join(srcSnapshotDir, summaryFile)
2829

2930
// listOfValidFiles defines the valid snapshot filenames (with extensions) that can be uploaded
@@ -56,7 +57,6 @@ type uploadFile struct {
5657
filterSQL bool // Whether to filter incompatible SQL statements during upload, true for database files, false for summary file
5758
}
5859

59-
6060
func init() {
6161
usage := fmt.Sprintf(`'src snapshot upload' uploads instance snapshot contents generated by 'src snapshot databases' and 'src snapshot summary' to the designated bucket.
6262

0 commit comments

Comments
 (0)