You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/09/14 20:32:45 UTC

[royale-asjs] branch develop updated: jewel-datagridsort: remove empty line

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new cf369c3  jewel-datagridsort: remove empty line
cf369c3 is described below

commit cf369c3a39ab5f85a7e0f5b401443564428b1ecc
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Sep 14 22:32:35 2020 +0200

    jewel-datagridsort: remove empty line
---
 .../org/apache/royale/jewel/beads/controls/datagrid/DataGridSort.as      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridSort.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridSort.as
index 8d35e57..f0c9db0 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridSort.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridSort.as
@@ -16,7 +16,6 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-
 package org.apache.royale.jewel.beads.controls.datagrid
 {
 	import org.apache.royale.collections.IArrayListView;