Browse Source

refactoring: remove brackets of Prompt struct

main
fdai7451 2 years ago
parent
commit
b82e1a1864
  1. 2
      src/prompt.rs

2
src/prompt.rs

@ -1,4 +1,4 @@
pub struct Prompt {}
pub struct Prompt;
impl Prompt { impl Prompt {
pub fn new() -> Self { pub fn new() -> Self {

Loading…
Cancel
Save