Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595918498
  • Loading branch information
XLS Team authored and copybara-github committed Jan 5, 2024
1 parent a5caf41 commit 167f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/dslx/type_system/typecheck_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ absl::Status RealMain(absl::Span<const std::filesystem::path> dslx_paths,
return SetFileContents(output_path->c_str(), output);
}
XLS_ASSIGN_OR_RETURN(std::string humanized, ToHumanString(tip, import_data));
std::cout << humanized << std::endl;
std::cout << humanized << '\n';
return absl::OkStatus();
}

Expand Down

0 comments on commit 167f461

Please sign in to comment.