diff --git a/decor/decorators.go b/decor/decorators.go index c520946..5d687c4 100644 --- a/decor/decorators.go +++ b/decor/decorators.go @@ -21,6 +21,7 @@ // otherwise to the left. DextraSpace + // DSyncSpace is shortcut for DwidthSync|DextraSpace DSyncSpace = DwidthSync | DextraSpace )