Skip to content

Fix indentation when function contains type hints#1814

Merged
DonJayamanne merged 1 commit into
microsoft:masterfrom
DonJayamanne:issue1461
Jun 4, 2018
Merged

Fix indentation when function contains type hints#1814
DonJayamanne merged 1 commit into
microsoft:masterfrom
DonJayamanne:issue1461

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #1461

This pull request:

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

@codecov
Copy link
Copy Markdown

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