jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/349749 )

Change subject: Fix bad newlines
......................................................................


Fix bad newlines

Removed \r from files

Change-Id: I8e2c75869394e46d4f06aad18b6d8178197d2772
---
M GoogleAnalyticsTopPages.alias.php
1 file changed, 15 insertions(+), 15 deletions(-)

Approvals:
  Florianschmidtwelzow: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/GoogleAnalyticsTopPages.alias.php 
b/GoogleAnalyticsTopPages.alias.php
index e68e908..aa0950c 100644
--- a/GoogleAnalyticsTopPages.alias.php
+++ b/GoogleAnalyticsTopPages.alias.php
@@ -1,15 +1,15 @@
-<?php
-/**
- * Aliases for special pages
- *
- * @file
- * @ingroup Extensions
- */
-// @codingStandardsIgnoreFile
-
-$specialPageAliases = array();
-
-/** English (English) */
-$specialPageAliases['en'] = array(
-       'GoogleAnalyticsTopPages' => array( 'GoogleAnalyticsTopPages' ),
-);
+<?php
+/**
+ * Aliases for special pages
+ *
+ * @file
+ * @ingroup Extensions
+ */
+// @codingStandardsIgnoreFile
+
+$specialPageAliases = array();
+
+/** English (English) */
+$specialPageAliases['en'] = array(
+       'GoogleAnalyticsTopPages' => array( 'GoogleAnalyticsTopPages' ),
+);

-- 
To view, visit https://gerrit.wikimedia.org/r/349749
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8e2c75869394e46d4f06aad18b6d8178197d2772
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleAnalyticsTopPages
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to