Skip to content

Commit 66abb25

Browse files
authored
Merge pull request #1314 from thepeanutman98/master
Fixed forgotten space
2 parents 3790faa + 9898725 commit 66abb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/script-options-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class ScriptOptionsView extends View {
1010
static content() {
1111
this.div({ class: 'options-view' }, () => {
1212
this.h4({ class: 'modal-header' }, 'Configure Run Options');
13-
this.div({ class: 'modal-body'}, () => {
13+
this.div({ class: 'modal-body' }, () => {
1414
this.table(() => {
1515
this.tr(() => {
1616
this.td({ class: 'first' }, () => this.label('Current Working Directory:'));

0 commit comments

Comments
 (0)