From a14549073027d4d6627891fd6a1ab4ed7d01ae4b Mon Sep 17 00:00:00 2001 From: Kris Giesing Date: Mon, 14 Dec 2015 16:15:57 -0800 Subject: [PATCH] Fix formatting issue --- packages/newton/lib/src/spring_simulation.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/newton/lib/src/spring_simulation.dart b/packages/newton/lib/src/spring_simulation.dart index 362a5ab7bd..ebe5fe12f2 100644 --- a/packages/newton/lib/src/spring_simulation.dart +++ b/packages/newton/lib/src/spring_simulation.dart @@ -12,8 +12,8 @@ class SpringDescription { final double springConstant; /// The damping coefficient. - /// Note: Not to be confused with the damping ratio. Use the separate - /// constructor provided for this purpose + /// Not to be confused with the damping ratio. Use the separate + /// constructor provided for this purpose final double damping; SpringDescription(