Skip to content

Commit

Permalink
Remove space to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jedkohjk committed Jun 30, 2024
1 parent 05d43bc commit dd49557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions frontend/src/views/c-authorship.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template lang="pug">
#authorship
<br>
</br>
<br></br>
.panel-title
span Code Panel
.toolbar--multiline
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/views/c-zoom.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template lang="pug">
#zoom(v-if="filteredUser")
<br>
</br>
<br></br>
.panel-title
span Commits Panel
.toolbar--multiline(v-if="filteredUser.commits.length && totalCommitMessageBodyCount")
Expand Down

0 comments on commit dd49557

Please sign in to comment.