mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Remove empty comment
This commit is contained in:
parent
1b673ef551
commit
804d17a427
|
|
@ -31,7 +31,6 @@ var (
|
||||||
// INPUT -> api.InputRoomEvent
|
// INPUT -> api.InputRoomEvent
|
||||||
// RAW -> gomatrixserverlib.Event
|
// RAW -> gomatrixserverlib.Event
|
||||||
format = defaulting(os.Getenv("FORMAT"), "INPUT")
|
format = defaulting(os.Getenv("FORMAT"), "INPUT")
|
||||||
//
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func defaulting(value, defaultValue string) string {
|
func defaulting(value, defaultValue string) string {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue