Project import generated by Copybara.

PiperOrigin-RevId: 457467819
diff --git a/src/MDMMotionCurve.h b/src/MDMMotionCurve.h
index 0b233eb..3f867f3 100644
--- a/src/MDMMotionCurve.h
+++ b/src/MDMMotionCurve.h
@@ -18,9 +18,7 @@
 #import <Foundation/Foundation.h>
 #import <QuartzCore/QuartzCore.h>
 
-/**
- The possible kinds of motion curves that can be used to describe an animation.
- */
+/** The possible kinds of motion curves that can be used to describe an animation. */
 typedef NS_ENUM(NSUInteger, MDMMotionCurveType) {
   /**
    The value will be instantly set with no animation.