Skip to content

Commit

Permalink
fixed Whitespace error: del tab
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqsun committed Oct 7, 2023
1 parent d3b429c commit a2f982d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private Path buildRPM(Map<String, ? super Object> params,
"--define", String.format("%%_topdir %s",
TEMP_ROOT.fetchFrom(params).toAbsolutePath()),
"--define", String.format("%%_rpmfilename %s", rpmFile.getFileName()),
"--define", "_build_id_links none"
"--define", "_build_id_links none"
).executeExpectSuccess();

Log.verbose(MessageFormat.format(
Expand Down

0 comments on commit a2f982d

Please sign in to comment.