Skip to content

Commit 85580e6

Browse files
committed
pre-commit: run end-of-file-fixer
1 parent 984da3c commit 85580e6

File tree

9 files changed

+6
-9
lines changed

9 files changed

+6
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ docs/_build
2121
node_modules/
2222
package-lock.json
2323

24-
nbgitpuller/static/dist
24+
nbgitpuller/static/dist

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
theme: jekyll-theme-slate
1+
theme: jekyll-theme-slate

docs/use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ There is a short video showing
5151
```
5252

5353
If you are interested in the details of available options when creating
54-
the link, we have a {ref}`list of options <topic/url-options>` as well.
54+
the link, we have a {ref}`list of options <topic/url-options>` as well.

nbgitpuller/etc/jupyter_notebook_config.d/nbgitpuller.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
}
66
}
77
}
8-

nbgitpuller/etc/jupyter_server_config.d/nbgitpuller.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
}
66
}
77
}
8-

nbgitpuller/static/js/gitsync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ export class GitSync {
5353
this._emit('error', error);
5454
});
5555
}
56-
}
56+
}

nbgitpuller/static/js/gitsyncview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export class GitSyncView{
6262
this.progress.classList.remove('progress-bar-danger');
6363
}
6464
}
65-
}
65+
}

nbgitpuller/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
</script>
9292
</body>
9393

94-
</html>
94+
</html>

tests/repohelpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ def __enter__(self):
7878
self.git('config', '--local', 'user.email', '[email protected]')
7979
self.git('config', '--local', 'user.name', 'puller')
8080
return self
81-

0 commit comments

Comments
 (0)