Skip to content

Commit

Permalink
chore: fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 17, 2022
1 parent c48fac4 commit 4d2e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/cypress/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class Log {
// if the snapshotting process errors
// https://github.com/cypress-io/cypress/issues/15816
if (snapshot) {
// insert at index 'at' or whatever is the next position
// insert at index 'at' or whatever is the next position
snapshots[options.at || snapshots.length] = snapshot
}

Expand Down

0 comments on commit 4d2e378

Please sign in to comment.