Skip to content

Commit 47f6999

Browse files
authored
update spaces
1 parent 5e885af commit 47f6999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Model/AdminSessionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function isSessionExpired()
133133
$currentTime = $this->dateTime->gmtTimestamp();
134134
$lastUpdatedTime = $this->getUpdatedAt();
135135
if (!is_numeric($lastUpdatedTime)) {
136-
if($lastUpdatedTime === null) {
136+
if ($lastUpdatedTime === null) {
137137
$lastUpdatedTime = 0;
138138
} else {
139139
$lastUpdatedTime = strtotime($lastUpdatedTime);

0 commit comments

Comments
 (0)