Skip to content

Commit c0456bf

Browse files
committed
add back newlines
1 parent 29ee2dc commit c0456bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/qless/server/static/css/docs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,4 +815,4 @@ form.well {
815815
width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
816816
}
817817

818-
}
818+
}

utils/dev/qless-web-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ QlessWebDevHelper.create_mock_jobs(client)
1212

1313
Vegas::Runner.new(Qless::Server.new(client), 'qless-web', {
1414
foreground: true
15-
})
15+
})

utils/dev/qless_web_dev_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def random_jid
3131
('a'..'z').to_a.shuffle[0,8].join
3232
end
3333
end
34-
end
34+
end

0 commit comments

Comments
 (0)