From c3a8e0bf841c38678be0601b5f99d530dc499861 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 27 Jan 2022 09:35:41 -0700 Subject: [PATCH] treewide: fixup for pre-commit --- LICENSE | 3 +-- example/main.go | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 52d13511..a612ad98 100644 --- a/LICENSE +++ b/LICENSE @@ -35,7 +35,7 @@ Mozilla Public License Version 2.0 means any form of the work other than Source Code Form. 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" @@ -371,4 +371,3 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - diff --git a/example/main.go b/example/main.go index fa7cc3ee..9ce2193f 100644 --- a/example/main.go +++ b/example/main.go @@ -19,9 +19,10 @@ package main import ( "flag" "fmt" + "os" + "maunium.net/go/mautrix" "maunium.net/go/mautrix/event" - "os" ) var homeserver = flag.String("homeserver", "", "Matrix homeserver")