mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
Go fmt
This commit is contained in:
parent
afcb282225
commit
5defa2415c
|
|
@ -94,7 +94,7 @@ func (s *statements) prepareEventTypes(db *sql.DB) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const eventTypesSchema = `
|
const eventTypesSchema = `
|
||||||
-- Numeric versions of the event "type"s. Event types tend to be taken from a
|
-- Numeric versions of the event "type"s. Event types tend to be taken from a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue