Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Sep 6, 2022
1 parent 3e97c87 commit 7c50bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/daemonizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Derived from https://github.com/immortal/fork
*/



/// Fork result
pub enum Fork {
Parent(libc::pid_t),
Expand Down
3 changes: 2 additions & 1 deletion src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ pub trait Interpreter: ReplLikeInterpreter {
fn set_current_level(&mut self, level: SupportLevel);
fn get_data(&self) -> DataHolder;

fn get_nvim_pid(data: &DataHolder) -> String { // associated utility function
fn get_nvim_pid(data: &DataHolder) -> String {
// associated utility function
data.nvim_pid.to_string()
}

Expand Down

0 comments on commit 7c50bc8

Please sign in to comment.