From 610c37f05e307d4fc34c039f9037b30020b101d6 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 9 Jun 2020 16:15:57 -0400 Subject: [PATCH] makefile: remove trailing whitespace Signed-off-by: John Mulligan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79fac4a..65a784c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CI_IMAGE_NAME = go-ceph-ci CONTAINER_CMD ?= CONTAINER_OPTS := --security-opt $(shell grep -q selinux /sys/kernel/security/lsm && echo "label=disable" || echo "apparmor:unconfined") CONTAINER_CONFIG_DIR := testing/containers/ceph -VOLUME_FLAGS := +VOLUME_FLAGS := CEPH_VERSION := nautilus RESULTS_DIR := CHECK_GOFMT_FLAGS := -e -s -l