Skip to content

Commit 6029e23

Browse files
author
Mrunal Patel
committed
Merge pull request docker-archive#634 from unclejack/gofmt_pass
gofmt to fix formatting
2 parents 73eab50 + 19f9dea commit 6029e23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cgroups/fs/apply_raw.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
"perf_event": &PerfEventGroup{},
3030
"freezer": &FreezerGroup{},
3131
}
32-
CgroupProcesses = "cgroup.procs"
32+
CgroupProcesses = "cgroup.procs"
3333
HugePageSizes, _ = cgroups.GetHugePageSize()
3434
)
3535

integration/checkpoint_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ func TestCheckpoint(t *testing.T) {
4848
var stdout bytes.Buffer
4949

5050
pconfig := libcontainer.Process{
51-
Args: []string{"cat"},
52-
Env: standardEnvironment,
53-
Stdin: stdinR,
51+
Args: []string{"cat"},
52+
Env: standardEnvironment,
53+
Stdin: stdinR,
5454
Stdout: &stdout,
5555
}
5656

@@ -79,7 +79,7 @@ func TestCheckpoint(t *testing.T) {
7979

8080
checkpointOpts := &libcontainer.CriuOpts{
8181
ImagesDirectory: imagesDir,
82-
WorkDirectory: imagesDir,
82+
WorkDirectory: imagesDir,
8383
}
8484

8585
if err := container.Checkpoint(checkpointOpts); err != nil {

0 commit comments

Comments
 (0)