Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lang committed Jun 4, 2019
1 parent 5d1812c commit b95fa91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/kubelet/kubelet_getters_unix.go
Expand Up @@ -27,4 +27,4 @@ import (
// getPodResourcesDir returns the full path to the directory containing the pod resources socket
func (kl *Kubelet) getPodResourcesDir() string {
return filepath.Join(kl.getRootDir(), config.DefaultKubeletPodResourcesDirName)
}
}
2 changes: 1 addition & 1 deletion pkg/kubelet/kubelet_getters_unsupported.go
Expand Up @@ -21,4 +21,4 @@ package kubelet
// getPodResourcesDir returns the full path to the directory containing the pod resources socket
func (kl *Kubelet) getPodResourcesDir() string {
return ""
}
}
2 changes: 1 addition & 1 deletion pkg/kubelet/kubelet_getters_windows.go
Expand Up @@ -27,4 +27,4 @@ import (
// getPodResourcesDir returns the full path to the directory containing the pod resources socket
func (kl *Kubelet) getPodResourcesDir() string {
return filepath.Join("//./pipe", config.DefaultKubeletPodResourcesDirName)
}
}

0 comments on commit b95fa91

Please sign in to comment.