baumgold commented on code in PR #464:
URL: https://github.com/apache/arrow-julia/pull/464#discussion_r1227332396
##########
src/FlatBuffers/FlatBuffers.jl:
##########
@@ -24,10 +24,10 @@ const VOffsetT = UInt16
const VtableMetadataFields = 2
basetype(::Enum) = UInt8
-basetype(::Type{T}) where {T <: Enum{S}} where {S} = S
+basetype(::Type{T}) where {T<:Enum{S}} where {S} = S
function readbuffer(t::AbstractVector{UInt8}, pos::Integer, ::Type{Bool})
- @inbounds b = t[pos + 1]
+ @inbounds b = t[pos+1]
Review Comment:
I added a `.JuliaFormatter.toml` file and set `whitespace_ops_in_indices =
true` to accomplish this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]