Skip to content

Commit

Permalink
Remove unnecessary cast
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Feb 15, 2024
1 parent 75319a8 commit 2a606ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ internal class PreviewScreenshotTests {
}
}
}
if (failure != null) throw failure as Throwable
if (failure != null) throw failure
}
}

Expand Down

0 comments on commit 2a606ce

Please sign in to comment.