From 0829aa7d48ec33643dea89cd37e43dc6b32f34b9 Mon Sep 17 00:00:00 2001 From: Libor Zoubek Date: Tue, 27 Sep 2016 23:06:53 +0200 Subject: [PATCH] align comment --- components/timepicker/timepicker.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/timepicker/timepicker.component.ts b/components/timepicker/timepicker.component.ts index 1d821667f0..1ecbeda39e 100644 --- a/components/timepicker/timepicker.component.ts +++ b/components/timepicker/timepicker.component.ts @@ -196,7 +196,7 @@ export class TimepickerComponent implements ControlValueAccessor, OnInit { this.onTouched = fn; } - /** + /** * This function is called when the control status changes to or from "DISABLED". * Depending on the value, it will enable or disable the appropriate DOM element. *