Skip to content

Commit a958dfa

Browse files
committed
Fix formatting
1 parent ebc36e8 commit a958dfa

File tree

5 files changed

+421
-421
lines changed

5 files changed

+421
-421
lines changed

device_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var _ = Describe("Device", func() {
3333
Make: "Apple",
3434
Model: "iPhone",
3535
OS: "iOS",
36-
OSVersion: "6.1",
36+
OSVersion: "6.1",
3737
JS: 1,
3838
ConnType: ConnTypeCell,
3939
MCCMNC: "722-341",

impression_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var _ = Describe("Impression", func() {
1616
Expect(subject).To(Equal(&Impression{
1717
ID: "1",
1818
Banner: &Banner{
19-
Width: 300,
19+
Width: 300,
2020
Height: 250,
2121
},
2222
BidFloor: 0.03,

native/response/response_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var _ = Describe("Response", func() {
1313
It("should parse correctly", func() {
1414
Expect(fixture("testdata/response1.json")).To(Equal(&Response{
15-
Version: "1.1",
15+
Version: "1.1",
1616
ImpTrackers: []string{"http://imptracker.com"},
1717
JSTracker: "<script>track()</script>",
1818
Link: Link{

native_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var _ = Describe("Native", func() {
1717
It("should parse correctly", func() {
1818
Expect(subject).To(Equal(&Native{
1919
Request: json.RawMessage(`"PAYLOAD"`),
20-
Version: "2",
20+
Version: "2",
2121
}))
2222
})
2323
})

0 commit comments

Comments
 (0)