Skip to content

修改各个库中all方法的修饰符 #24

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

Merged
merged 1 commit into from
Dec 20, 2023
Merged

修改各个库中all方法的修饰符 #24

merged 1 commit into from
Dec 20, 2023

Conversation

zaqcxy
Copy link
Collaborator

@zaqcxy zaqcxy commented Dec 20, 2023

修改各个库中all方法的修饰符

@@ -8,7 +8,7 @@ impl Completion {
@inline
pub fn __all__() -> *Completion {
yield Completion {id: 1001, name: "NormalCompletion"}
yield Completion {id: 1101, name: "ReturnCompletion"}
yield Completion {id: 1101, name: "ReturnCompletion"}
Copy link
Collaborator

Choose a reason for hiding this comment

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

spaces replaced with tab? check this

@@ -21,7 +22,7 @@ impl XmlAttributeDO {
index_order : tmp.index_order,
location_id : tmp.location_id
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

spaces replaced with tab, fix it

Copy link
Collaborator

@ValKmjolnir ValKmjolnir left a comment

Choose a reason for hiding this comment

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

LGTM

@ValKmjolnir ValKmjolnir merged commit 6b5433f into main Dec 20, 2023
@zhouang777 zhouang777 deleted the cxy_develop branch July 4, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants