Commit 50b2af37 authored by catch's avatar catch
Browse files

Issue #3255419: follow-up, fix comment indentation.

parent 50998a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -953,7 +953,7 @@ public function testChangePrimaryKeyToSerial() {
    }

    // @todo https://www.drupal.org/project/drupal/issues/3222127 Change the
    // first item of the array to 0 to test changing a field with 0 to a serial.
    //   first item to 0 to test changing a field with 0 to a serial.
    // Create 8 rows in the table. Note that the 5 value is deliberately
    // omitted.
    foreach ([1, 2, 3, 4, 6, 7, 8, 9] as $value) {