Skip to content

Commit f8e6fe6

Browse files
committed
Drag and Drop: correct style (NFC)
Correct indentation for enumeration.
1 parent b37d147 commit f8e6fe6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Sources/SwiftWin32/Drag and Drop/SpringLoadedInteractionContext.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
/// The spring-loaded interaction states that determine the style of the
55
/// interaction view.
66
public enum SpringLoadedInteractionEffectState: Int {
7-
/// An interaction state that indicates that the view was spring loaded.
8-
case activated
9-
/// An interaction state that indicates that spring loading is about to start.
10-
case activating
11-
/// An interaction state that indicates that spring loading is not engaged.
12-
case inactive
13-
/// An interaction state that indicates that spring loading is available.
14-
case possible
7+
/// An interaction state that indicates that the view was spring loaded.
8+
case activated
9+
/// An interaction state that indicates that spring loading is about to start.
10+
case activating
11+
/// An interaction state that indicates that spring loading is not engaged.
12+
case inactive
13+
/// An interaction state that indicates that spring loading is available.
14+
case possible
1515
}
1616

1717
/// The interface an object implements to provide information about a

0 commit comments

Comments
 (0)