Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkohler committed Sep 3, 2018
1 parent a2a4d78 commit e65b652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ UsageContentCommittment KeyUsage = "content commitment"
// test/e2e_node/eviction_test.go:51 "Dissapear" should be Disappear in pressureDissapearTimeout
const (
...
pressureDissapearTimeout = 1 * time.Minute
pressureDissapearTimeout = 1 * time.Minute
...
)

// pkg/scheduler/scheduler_test.go:705
volumeBinderConfig: &persistentvolume.FakeVolumeBinderConfig{
...
FindUnboundSatsified: true,
...
}

// pkg/kubectl/cmd/scale.go:265 "Psuedo" should be Pseudo in JobPsuedoScaler
scaler := scalejob.JobPsuedoScaler{
Expand Down

0 comments on commit e65b652

Please sign in to comment.