Skip to content

Fix indentation when function contains type hints #1814

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
Jun 4, 2018

Conversation

DonJayamanne
Copy link

Fixes #1461

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)

@codecov
Copy link

codecov bot commented Jun 1, 2018

Codecov Report

Merging #1814 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1814      +/-   ##
==========================================
- Coverage   74.09%   74.06%   -0.03%     
==========================================
  Files         282      282              
  Lines       13089    13089              
  Branches     2335     2335              
==========================================
- Hits         9698     9695       -3     
- Misses       3259     3264       +5     
+ Partials      132      130       -2
Impacted Files Coverage Δ
src/client/extension.ts 96.96% <ø> (ø) ⬆️
src/client/debugger/mainV2.ts 77.91% <0%> (-2.82%) ⬇️
src/client/debugger/Main.ts 52.34% <0%> (+0.49%) ⬆️
...rc/client/debugger/PythonProcessCallbackHandler.ts 54.27% <0%> (+0.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d2d390...c02fbe6. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 1ee32f4 into microsoft:master Jun 4, 2018
@DonJayamanne DonJayamanne deleted the issue1461 branch June 20, 2018 03:13
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indentation not made after a function parameter list with a type hint
2 participants