Added missing line break

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

View File

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