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

chore: fix app import names #889

Merged
merged 3 commits into from
Jul 11, 2022
Merged

chore: fix app import names #889

merged 3 commits into from
Jul 11, 2022

Conversation

aljo242
Copy link

@aljo242 aljo242 commented Jul 11, 2022

Closes #867

What does this PR does?

  • Fix import names for our custom modules
  • minor formats

@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #889 (c2d941a) into develop (76af023) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #889      +/-   ##
===========================================
- Coverage    10.40%   10.39%   -0.01%     
===========================================
  Files          332      332              
  Lines        77302    77301       -1     
===========================================
- Hits          8042     8036       -6     
- Misses       69071    69074       +3     
- Partials       189      191       +2     
Impacted Files Coverage Δ
x/campaign/keeper/campaign_auction_event_hooks.go 58.18% <ø> (-0.75%) ⬇️
x/campaign/simulation/store.go 81.08% <0.00%> (-3.38%) ⬇️

Copy link
Contributor

@lumtis lumtis left a comment

Choose a reason for hiding this comment

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

Looks lighter :)

@lumtis lumtis merged commit 16209ef into develop Jul 11, 2022
@lumtis lumtis deleted the chore/app-imports branch July 11, 2022 16:13
@lumtis lumtis linked an issue Jul 11, 2022 that may be closed by this pull request
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.

app.go simplify import names for modules
2 participants