aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src/stream_flag.vala
diff options
context:
space:
mode:
authorhrxi <hrrrxi@gmail.com>2019-06-01 17:09:26 +0200
committerhrxi <hrrrxi@gmail.com>2019-06-01 17:13:33 +0200
commitc245f7e34ae63c83c59996109208fafa971b9dd4 (patch)
tree6e37ad74210b95694883bc0825d3cea3fed147f9 /plugins/openpgp/src/stream_flag.vala
parent6a1f057de2d446e6b9c21f377cf0ec79930369c0 (diff)
downloaddino-c245f7e34ae63c83c59996109208fafa971b9dd4.tar.gz
dino-c245f7e34ae63c83c59996109208fafa971b9dd4.zip
Fix a couple of typos and double imports
Diffstat (limited to 'plugins/openpgp/src/stream_flag.vala')
-rw-r--r--plugins/openpgp/src/stream_flag.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/openpgp/src/stream_flag.vala b/plugins/openpgp/src/stream_flag.vala
index 8593fa9d..df598625 100644
--- a/plugins/openpgp/src/stream_flag.vala
+++ b/plugins/openpgp/src/stream_flag.vala
@@ -1,7 +1,6 @@
using Gee;
using Xmpp;
-using Xmpp;
namespace Dino.Plugins.OpenPgp {
@@ -19,4 +18,4 @@ public class Flag : XmppStreamFlag {
public override string get_id() { return IDENTITY.id; }
}
-} \ No newline at end of file
+}