Skip to content

Commit

Permalink
align the formats
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Jan 25, 2023
1 parent 9e027bb commit a2d636b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build e2e
// +build e2e

package e2e
Expand Down Expand Up @@ -46,7 +47,7 @@ const (
intelMPIImage = "mpioperator/mpi-pi:intel"
rootPath = "../.."
kubectlPath = rootPath + "/bin/kubectl"
kindPath = rootPath + "/bin/kind"
kindPath = rootPath + "/bin/kind"
operatorManifestsPath = rootPath + "/manifests/overlays/dev"

mpiOperator = "mpi-operator"
Expand Down
1 change: 1 addition & 0 deletions test/e2e/mpi_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build e2e
// +build e2e

package e2e
Expand Down

0 comments on commit a2d636b

Please sign in to comment.