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

multipart string left multipart #743

Closed
tbicr opened this issue Mar 12, 2019 · 1 comment
Closed

multipart string left multipart #743

tbicr opened this issue Mar 12, 2019 · 1 comment
Labels
R: duplicate This issue or pull request already exists

Comments

@tbicr
Copy link

tbicr commented Mar 12, 2019

Howdy! Sorry you're having trouble. To expedite your experience,
provide some basics for me:

Operating system: Ubuntu 16.04.5 LTS
Python version: 3.7.2
Black version: 18.9b0
Does also happen on master: yes

('test'
 'line')

will be changed with black --safe -S -l 100 to

('test' 'line')

expected

('testline')
@tbicr tbicr changed the title multipart string left multiline multipart string left multipart Mar 12, 2019
@ambv
Copy link
Collaborator

ambv commented Mar 14, 2019

Thanks! This is a duplicate of #26.

@ambv ambv closed this as completed Mar 14, 2019
@ambv ambv added the R: duplicate This issue or pull request already exists label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants