From eed6160854820841287070124c4e614acd3aac5c Mon Sep 17 00:00:00 2001 From: SuhashiniNaik Date: Mon, 17 Nov 2025 11:09:19 +0000 Subject: [PATCH] Remove the trailing white spaces from commit message - Remove the whitespaces and changeID - Pr body should be similar to commit message --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index e980ba2..a276116 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,7 @@ fn main() { println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); + println!("Rim info file should start with {}", dictionary::RIM_INFO); } fn fetch_remote<'repo>(repo: &'repo Repository, url: &str) -> Result> {