Skip to content

Commit

Permalink
fix: linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta committed Mar 22, 2022
1 parent 2e489e3 commit 1aa86a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/system-test/spanner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,6 @@ describe('Spanner', () => {
output,
new RegExp(`Backup (.+)${COPY_BACKUP_ID} (.+) is 100% complete`)
);
console.log(output);
});

// update_backup_expire_time
Expand Down
1 change: 0 additions & 1 deletion src/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export interface CopyBackupOptions
gaxOptions?: CallOptions;
}


/**
* IBackup structure with backup state enum translated to string form.
*/
Expand Down

0 comments on commit 1aa86a6

Please sign in to comment.