Skip to content

Commit 9cbbc92

Browse files
committed
Trim newline from config
1 parent ef0522d commit 9cbbc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/tools/py/src/venv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const RELOCATABLE_SHEBANG: &str = "\
203203
/// - Do we _have_ to include activate scripts?
204204
/// - Do we _have_ to include a versioned symlink?
205205
pub fn create_empty_venv<'a>(
206-
repo: &String,
206+
repo: &str,
207207
python: &Path,
208208
version: PythonVersionInfo,
209209
location: &'a Path,
@@ -247,7 +247,7 @@ pub fn create_empty_venv<'a>(
247247

248248
let interpreter_cfg_snippet = if using_runfiles_interpreter {
249249
format!(
250-
"
250+
"\
251251
# Non-standard extension keys used by the Aspect shim
252252
aspect-runfiles-interpreter = {0}
253253
aspect-runfiles-repo = {1}

0 commit comments

Comments
 (0)