From c245f7e34ae63c83c59996109208fafa971b9dd4 Mon Sep 17 00:00:00 2001 From: hrxi Date: Sat, 1 Jun 2019 17:09:26 +0200 Subject: Fix a couple of typos and double imports --- plugins/openpgp/src/stream_flag.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/openpgp/src/stream_flag.vala') 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,6 +1,5 @@ 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 +} -- cgit v1.2.3-54-g00ecf