Skip to content

Commit

Permalink
Fix formatting and adjust cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Oct 10, 2021
1 parent cf24ba2 commit 3c50bec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions distant-lua/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ impl UserData for Session {
impl_methods!(methods, spawn_lsp, |_lua, proc| {
Ok(RemoteLspProcess::from_distant(proc))
});
impl_methods!(methods, system_info, |lua, info| {
lua.to_value(&info)
});
impl_methods!(methods, system_info, |lua, info| { lua.to_value(&info) });
impl_methods!(methods, write_file);
impl_methods!(methods, write_file_text);
}
Expand Down

0 comments on commit 3c50bec

Please sign in to comment.