clang-format icon indicating copy to clipboard operation
clang-format copied to clipboard

Incorrect formatting of rxjs of operator

Open DzmitryShylovich opened this issue 7 years ago • 1 comments

Input: of(null) Output: of (null) Expected: of(null)

Input: import {of} from 'rxjs/observable/of'; Output: import {of } from 'rxjs/observable/of'; Expected: import {of} from 'rxjs/observable/of';

DzmitryShylovich avatar Apr 03 '17 15:04 DzmitryShylovich

https://reviews.llvm.org/D31698

Dzmitry Shylovich [email protected] schrieb am Mo., 3. Apr. 2017 um 08:02 Uhr:

Input: of(null) Output: of (null) Expected: of(null)

Input: import {of} from 'rxjs/observable/of'; Output: import {of } from 'rxjs/observable/of'; Expected: import {of} from 'rxjs/observable/of';

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/angular/clang-format/issues/43, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAcKLLkD-affbrZaNnYGiJQ4YfwAMVZks5rsQnlgaJpZM4MxqgW .

mprobst avatar Apr 05 '17 04:04 mprobst