diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-11-21 12:01:19 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-11-21 12:01:19 +0000 |
| commit | 7261d5e3ca5e8087f23147b0a614fee3566bf504 (patch) | |
| tree | 5d001a4a1fd49d7ed4e96df2910aef7759ba4765 /talpid-ipc/src | |
| parent | b5f343b48eb60759d3ee7fea6fcf36e0c4d029e9 (diff) | |
| download | mullvadvpn-7261d5e3ca5e8087f23147b0a614fee3566bf504.tar.xz mullvadvpn-7261d5e3ca5e8087f23147b0a614fee3566bf504.zip | |
Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)
Diffstat (limited to 'talpid-ipc/src')
| -rw-r--r-- | talpid-ipc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-ipc/src/lib.rs b/talpid-ipc/src/lib.rs index 30883eaf90..847228bec2 100644 --- a/talpid-ipc/src/lib.rs +++ b/talpid-ipc/src/lib.rs @@ -35,7 +35,7 @@ use std::fmt; /// An Id created by the Ipc server that the client can use to connect to it pub type IpcServerId = String; -error_chain!{ +error_chain! { errors { IpcServerError { description("Error in IPC server") |
