Skip to content

Commit

Permalink
style: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 23, 2024
1 parent 3e5cad4 commit a28e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Connection {
}

pub fn process(&mut self) {
let data= &self.data.clone();
let data = &self.data.clone();
let decrypted = String::from_utf8_lossy(data);

let chopped = decrypted.split("\r\n");
Expand Down

0 comments on commit a28e5cd

Please sign in to comment.