Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Format files using DocumentFormat #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

DocumentFormat.jl would suggest these formatting changes

) : nothing)

function $tname(dict::Dict)
end
function $tname(dict::Dict) end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line break should not be added.

src/typed.jl Outdated
@@ -8,7 +8,7 @@ struct RequestType{TPARAM,TR} <: AbstractMessageType
method::String
end

function NotificationType(method::AbstractString, ::Type{TPARAM}) where TPARAM
function NotificationType(method::AbstractString, ::Type{TPARAM}) where {TPARAM}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These curly brackets should not be added.

@github-actions github-actions bot force-pushed the create-pull-request/patch branch 2 times, most recently from 79d5990 to 1f79102 Compare October 17, 2022 15:57
@github-actions github-actions bot force-pushed the create-pull-request/patch branch 3 times, most recently from 3c28438 to 1a48fb0 Compare February 11, 2023 07:08
@github-actions github-actions bot force-pushed the create-pull-request/patch branch 2 times, most recently from 0af469a to 2d47332 Compare March 23, 2023 19:21
@github-actions github-actions bot force-pushed the create-pull-request/patch branch 4 times, most recently from fa59ebc to 4e7d051 Compare August 22, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant