mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
treewide: fixup for pre-commit
This commit is contained in:
parent
d711ce11c5
commit
c3a8e0bf84
2 changed files with 3 additions and 3 deletions
1
LICENSE
1
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue