Removed duplicate line

This commit is contained in:
mrjemson 2022-04-22 23:21:40 +10:00 committed by GitHub
parent ab28bc319d
commit 5309e6a002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -577,7 +577,6 @@ class SimpleXLSXGen {
$this->SI[] = $v;
$cv = count( $this->SI ) - 1;
$this->SI_KEYS[ $skey ] = $cv;
$this->SI_KEYS[ $skey ] = $cv;
}
}
}