From 549de83fe38015cf76d52c3e4ae88d0971d1dc35 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 23 Aug 2018 17:12:33 +0200 Subject: [PATCH] sort imports --- plugin_portal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_portal.go b/plugin_portal.go index a1ddf12..49267b8 100644 --- a/plugin_portal.go +++ b/plugin_portal.go @@ -22,9 +22,9 @@ package main import ( - dbus "salsa.debian.org/go-team/packages/golang-dbus.git" "errors" "fmt" + dbus "salsa.debian.org/go-team/packages/golang-dbus.git" "sync" )