summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn-plugin/src/processing.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2021-11-26 13:54:58 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-11-29 13:09:35 +0100
commitbc55e8482e45fa1a42a16078a80400cafb1a4258 (patch)
tree16465e852163a01f8ef713321e1a629daed28764 /talpid-openvpn-plugin/src/processing.rs
parent0954877ceaa0ae9d63bc572b6a10088de1273fa7 (diff)
downloadmullvadvpn-bc55e8482e45fa1a42a16078a80400cafb1a4258.tar.xz
mullvadvpn-bc55e8482e45fa1a42a16078a80400cafb1a4258.zip
Reformat code without blank_lines_upper_bound = 2
Diffstat (limited to 'talpid-openvpn-plugin/src/processing.rs')
-rw-r--r--talpid-openvpn-plugin/src/processing.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-openvpn-plugin/src/processing.rs b/talpid-openvpn-plugin/src/processing.rs
index 2e715707b7..10186ed0f6 100644
--- a/talpid-openvpn-plugin/src/processing.rs
+++ b/talpid-openvpn-plugin/src/processing.rs
@@ -10,7 +10,6 @@ use tonic::{
use tokio::runtime::{self, Runtime};
-
mod proto {
tonic::include_proto!("talpid_openvpn_plugin");
}