Skip to content

Commit ff57c09

Browse files
Gabriel Ionescugbionescu
authored andcommitted
fix spacing in machine.go and machine_test.go
Signed-off-by: Gabriel Ionescu <gbi@amazon.com> Signed-off-by: Gabriel Ionescu <plp.github@gmail.com>
1 parent bf7ba8f commit ff57c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ func testCreateBalloon(ctx context.Context, t *testing.T, m *Machine) {
18101810

18111811
func testGetBalloonConfig(ctx context.Context, t *testing.T, m *Machine) {
18121812
expectedBalloonConfig := models.Balloon{
1813-
AmountMib: &testBalloonMemory,
1813+
AmountMib: &testBalloonMemory,
18141814
DeflateOnOom: &testBalloonDeflateOnOom,
18151815
StatsPollingIntervals: testStatsPollingIntervals,
18161816
}

0 commit comments

Comments
 (0)