Skip to content

Commit

Permalink
Remove copy/pasta casting
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Sep 29, 2022
1 parent 5be997f commit 785664c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class PullRequestFilesChanged extends React.Component<
return this.props.dispatcher.onHideWhitespaceInPullRequestDiffChanged(
hideWhitespaceInDiff,
this.props.repository,
selectedFile as CommittedFileChange
selectedFile
)
}

Expand Down

0 comments on commit 785664c

Please sign in to comment.