From d172a0ecba0ff239b953b5a9c1679c8c27291b17 Mon Sep 17 00:00:00 2001 From: George Polak Date: Tue, 19 Dec 2023 17:12:00 -0500 Subject: [PATCH] trim whitespace --- .../com/uber/okbuck/template/config/OkbuckTargets.rocker.raw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/rocker/com/uber/okbuck/template/config/OkbuckTargets.rocker.raw b/buildSrc/src/main/rocker/com/uber/okbuck/template/config/OkbuckTargets.rocker.raw index bf88d0ad..f4bbb734 100644 --- a/buildSrc/src/main/rocker/com/uber/okbuck/template/config/OkbuckTargets.rocker.raw +++ b/buildSrc/src/main/rocker/com/uber/okbuck/template/config/OkbuckTargets.rocker.raw @@ -187,7 +187,7 @@ def okbuck_lint( cmd += "--fullpath " cmd += "{} `dirname {}` >$LOGFILE 2>/dev/null; ".format(" ".join(lint_options), toLocation(manifest)) - + #Delete tmp file and tmp.bak file cmd += "rm $CP_FILE*; "