Skip to content

Commit

Permalink
Fix: Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanshb committed Oct 7, 2023
1 parent 955ad37 commit 0df2af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ciphers/RailfenceCipher.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function encode($plainMessage, $rails): string
{
$cipherMessage = [];
$position = ($rails * 2) - 2;

// Iterate through the characters of the plain message
for ($index = 0; $index < strlen($plainMessage); $index++) {
for ($step = 0; $step < $rails; $step++) {
Expand Down

0 comments on commit 0df2af9

Please sign in to comment.