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

Whitespace before () with reification #218

Closed
Gama11 opened this issue Aug 21, 2018 · 0 comments
Closed

Whitespace before () with reification #218

Gama11 opened this issue Aug 21, 2018 · 0 comments
Labels
bug Something isn't working whitespace missing or incorrect space around token
Milestone

Comments

@Gama11
Copy link
Member

Gama11 commented Aug 21, 2018

Current formatting:

class Main {
	public static function main() {
		macro function() {
			$i{field.name} ();
		}
	}
}

While this is expected:

class Main {
	public static function main() {
		macro function() {
			$i{field.name}();
		}
	}
}
@Gama11 Gama11 added bug Something isn't working whitespace missing or incorrect space around token labels Aug 21, 2018
@Gama11 Gama11 added this to the haxe milestone Aug 21, 2018
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working whitespace missing or incorrect space around token
Projects
None yet
Development

No branches or pull requests

1 participant