From 9b30a634b14efb1b779fa00ffcf2fd2f01efa43a Mon Sep 17 00:00:00 2001 From: daboe01 Date: Tue, 24 May 2016 10:42:33 +0200 Subject: [PATCH] formatting --- AppKit/CPTextView/CPTextView.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 938f60de4..962e19773 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -1545,8 +1545,8 @@ var kDelegateRespondsTo_textShouldBeginEditing var currentAttributes = [_textStorage attributesAtIndex:range.location effectiveRange:nil] || _typingAttributes; [[[[self window] undoManager] prepareWithInvocationTarget:self] - setTextColor:[currentAttributes objectForKey:CPForegroundColorAttributeName] - range:CPMakeRangeCopy(range)]; + setTextColor:[currentAttributes objectForKey:CPForegroundColorAttributeName] + range:CPMakeRangeCopy(range)]; if (!CPEmptyRange(range)) {