Skip to content

Commit

Permalink
pre-commit: run end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 4, 2023
1 parent 984da3c commit 85580e6
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ docs/_build
node_modules/
package-lock.json

nbgitpuller/static/dist
nbgitpuller/static/dist
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-slate
theme: jekyll-theme-slate
2 changes: 1 addition & 1 deletion docs/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ There is a short video showing
```

If you are interested in the details of available options when creating
the link, we have a {ref}`list of options <topic/url-options>` as well.
the link, we have a {ref}`list of options <topic/url-options>` as well.
1 change: 0 additions & 1 deletion nbgitpuller/etc/jupyter_notebook_config.d/nbgitpuller.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
}
}
}

1 change: 0 additions & 1 deletion nbgitpuller/etc/jupyter_server_config.d/nbgitpuller.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
}
}
}

2 changes: 1 addition & 1 deletion nbgitpuller/static/js/gitsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ export class GitSync {
this._emit('error', error);
});
}
}
}
2 changes: 1 addition & 1 deletion nbgitpuller/static/js/gitsyncview.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ export class GitSyncView{
this.progress.classList.remove('progress-bar-danger');
}
}
}
}
2 changes: 1 addition & 1 deletion nbgitpuller/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
</script>
</body>

</html>
</html>
1 change: 0 additions & 1 deletion tests/repohelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ def __enter__(self):
self.git('config', '--local', 'user.email', '[email protected]')
self.git('config', '--local', 'user.name', 'puller')
return self

0 comments on commit 85580e6

Please sign in to comment.