go: fmt
This commit is contained in:
@@ -32,4 +32,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -151,4 +151,3 @@ func PartTwo(data []string) int {
|
|||||||
}
|
}
|
||||||
return count
|
return count
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -47,4 +47,3 @@ func PartTwo(data []int) int {
|
|||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,4 +35,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -74,4 +74,3 @@ func PartTwo(data []string) int {
|
|||||||
}
|
}
|
||||||
return valid
|
return valid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,4 +40,3 @@ func PartTwo(data []int) int {
|
|||||||
}
|
}
|
||||||
return count
|
return count
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -114,4 +114,3 @@ func PartTwo(data []string) int {
|
|||||||
|
|
||||||
return oxygenRating * co2Rating
|
return oxygenRating * co2Rating
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,4 +32,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,4 +57,3 @@ func PartTwo(data []string) int {
|
|||||||
}
|
}
|
||||||
return horizontal * depth
|
return horizontal * depth
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,4 +26,3 @@ func TestPartTwo(t *testing.T) {
|
|||||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user