Skip to content

Commit 9c7fd99

Browse files
committed
Lint
1 parent 09e721a commit 9c7fd99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/module/SamRuleGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class SamRuleGenerator(var context: RuleTransducer.Context) extends RuleGenerato
712712
Rules += sam~ES | (Street ~> sam)~CNW & minor~EN // DxD T End 1
713713
Rules += sam~NEC & minor~ES | (Street ~> sam)~WSC & minor~NW // DxD T End 2
714714

715-
Rules += sam~NE & minor~ES | sam~WSC & minor~NW | sam~NEC & minor~ES | % // DxD T End 2 Alt (Truncate stub)
715+
Rules += sam~NE & minor~ES | sam~WSC & minor~NW | sam~NEC & minor~ES | % // DxD T End 2 Alt (Truncate stub)
716716
Rules += sam~NE & minor~ES | minor~NW | sam~NEC & minor~ES | sam~WSC & minor~NW // DxD T End 2 Alt (Truncate and propagate)
717717
Rules += sam~NEC & minor~ES | minor~NW | % | sam~WSC & minor~NW // DxD T End 2 Alt (Propagate SAM end)
718718
}

0 commit comments

Comments
 (0)