Skip to content

Commit

Permalink
modules/zstd/data_generator: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
  • Loading branch information
lpawelcz committed Nov 18, 2024
1 parent 5f038d3 commit bba8a27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xls/modules/zstd/data_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ static absl::StatusOr<SubprocessResult> CallDecodecorpus(
absl::Span<const std::string> args,
const std::optional<std::filesystem::path>& cwd = std::nullopt,
std::optional<absl::Duration> timeout = std::nullopt) {
XLS_ASSIGN_OR_RETURN(
std::filesystem::path path,
xls::GetXlsRunfilePath("external/zstd/decodecorpus"));
XLS_ASSIGN_OR_RETURN(std::filesystem::path path,
xls::GetXlsRunfilePath("external/zstd/decodecorpus"));

std::vector<std::string> cmd = {path};
cmd.insert(cmd.end(), args.begin(), args.end());
Expand Down

0 comments on commit bba8a27

Please sign in to comment.