Skip to content

Commit

Permalink
lint(concatAll): remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-wortmann committed May 22, 2020
1 parent 50bb54d commit 7669608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/concatAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function concatAll<R>(): OperatorFunction<any, R>;
* inner Observable after the other.</span>
*
* ![](../../assets/images/svgs/concatAll.svg)
*
*
* Joins every Observable emitted by the source (a higher-order Observable), in
* a serial fashion. It subscribes to each inner Observable only after the
* previous inner Observable has completed, and merges all of their values into
Expand Down

0 comments on commit 7669608

Please sign in to comment.