Skip to content

Commit 385220d

Browse files
committed
fix rule placement for scalafix test
1 parent f70f81c commit 385220d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

http-scalafix/scalafix-test-input/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
rule = MigrateToServerBuilder # This has to be at the top
3+
*/
4+
15
/*
26
* Licensed to the Apache Software Foundation (ASF) under one or more
37
* license agreements; and to You under the Apache License, version 2.0:
@@ -7,10 +11,6 @@
711
* This file is part of the Apache Pekko project, which was derived from Akka.
812
*/
913

10-
/*
11-
rule = MigrateToServerBuilder
12-
*/
13-
1414
package org.apache.pekko.http.fix
1515

1616
import org.apache.pekko

0 commit comments

Comments
 (0)