Skip to content

Commit 4e16773

Browse files
committed
fix formatting
1 parent ccf0046 commit 4e16773

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,5 @@ If applicable, add screenshots to help explain your problem.
2828
- Browser [e.g. chrome, safari]
2929
- Version [e.g. 22]
3030

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
3731
**Additional context**
3832
Add any other context about the problem here.

test/coverband/collectors/route_tracker_test.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def setup
3535
payload = {
3636
request: Payload.new("path", "GET"),
3737
status: 302,
38-
location: 'https://coverband.dev/'
38+
location: "https://coverband.dev/"
3939
}
4040
tracker.track_key(payload)
4141
tracker.save_report
@@ -51,7 +51,7 @@ def setup
5151
payload = {
5252
request: Payload.new("path", "GET"),
5353
status: 302,
54-
location: 'https://coverband.dev/'
54+
location: "https://coverband.dev/"
5555
}
5656
tracker.track_key(payload)
5757
tracker.save_report
@@ -82,8 +82,8 @@ def setup
8282
tracker = Coverband::Collectors::RouteTracker.new(store: store, roots: "dir")
8383
payload = {
8484
params: {
85-
"controller"=>"some/controller",
86-
"action"=>"index"
85+
"controller" => "some/controller",
86+
"action" => "index"
8787
},
8888
controller: "SomeController",
8989
action: "index",

0 commit comments

Comments
 (0)