Skip to content

Commit 190003b

Browse files
committed
use consistent whitespace rule
1 parent bb15dee commit 190003b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data_utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ schema(::LightInterface, ::Val{:table}, X; kw...) = errlight("schema")
148148
Return true if `X` is tabular.
149149
"""
150150
istable(X) = istable(get_interface_mode(), vtrait(X))
151+
151152
istable(::Mode, ::Val{:other}) = false
152153

153154
istable(::Mode, ::Val{:table}) = true

0 commit comments

Comments
 (0)