Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2024
1 parent 6fb7e01 commit 4b04998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterhub_fancy_profiles/templates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

@keyframes rotation {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
</style>
Expand Down

0 comments on commit 4b04998

Please sign in to comment.