From 4f581671dc1f0879daf68a59bbf50f945a24fea1 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 15 Jun 2015 00:44:20 +0100 Subject: [PATCH] style(change_detection): fix clang error: line too long --- modules/angular2/src/change_detection/interfaces.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/angular2/src/change_detection/interfaces.ts b/modules/angular2/src/change_detection/interfaces.ts index 779b76ed13..59e1fda40e 100644 --- a/modules/angular2/src/change_detection/interfaces.ts +++ b/modules/angular2/src/change_detection/interfaces.ts @@ -24,7 +24,8 @@ export class ProtoChangeDetector { * `JitChangeDetection` strategy at compile time. * * - * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PreGeneratedChangeDetection} + * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, + * {@link PreGeneratedChangeDetection} * * # Example * ```javascript