Ensure Separator fulfils tomo.Object
This commit is contained in:
parent
033e9debf6
commit
a11bab452b
@ -2,6 +2,8 @@ package objects
|
|||||||
|
|
||||||
import "git.tebibyte.media/tomo/tomo"
|
import "git.tebibyte.media/tomo/tomo"
|
||||||
|
|
||||||
|
var _ tomo.Object = new(Separator)
|
||||||
|
|
||||||
// Separator is a line for visually separating elements.
|
// Separator is a line for visually separating elements.
|
||||||
type Separator struct {
|
type Separator struct {
|
||||||
box tomo.Box
|
box tomo.Box
|
||||||
|
Loading…
Reference in New Issue
Block a user