clang-format
clang-format copied to clipboard
Incorrect formatting of rxjs of operator
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';
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 .