treewide: fixup for pre-commit

This commit is contained in:
Sumner Evans 2022-01-27 09:35:41 -07:00
commit c3a8e0bf84
No known key found for this signature in database
GPG key ID: 8904527AB50022FD
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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")