Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Fix redundant space in outcome printing of constructors. #455

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

IwanKaramazow
Copy link
Contributor

Fixes #451.

type call = CleanStart should be printed as type call = CleanStart. Notice the correct space after =.

Fixes #451.

`type call =  CleanStart` should be printed as `type call = CleanStart`. Notice the correct space after `=`.
@IwanKaramazow IwanKaramazow merged commit 2995ca8 into master Aug 24, 2021
@IwanKaramazow IwanKaramazow deleted the fix-outcome-printer-constructor-space branch August 24, 2021 05:46
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.

Redundant space in outcome printing of constructors
1 participant