The package EllipsisNotation.jl exports the symbol .. which can be imported as using EllipsisNotation: :... However, JuliaFormatter will format that as using EllipsisNotation: : .. (not the extra space between : and ..) which is not valid syntax in Julia.
The package EllipsisNotation.jl exports the symbol
..which can be imported asusing EllipsisNotation: :... However, JuliaFormatter will format that asusing EllipsisNotation: : ..(not the extra space between:and..) which is not valid syntax in Julia.