Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Dec 27, 2023
1 parent 6f39897 commit adfab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl risingwave_common::opts::Opts for FrontendOpts {
}

fn meta_addr(&self) -> &str {
&self.meta_addr.trim_start_matches("http://")
self.meta_addr.trim_start_matches("http://")
}
}

Expand Down

0 comments on commit adfab42

Please sign in to comment.