Skip to content

Commit 7107b8d

Browse files
Fix testCodeStyle issue
1 parent 3d13f78 commit 7107b8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ public function collectRates(RateRequest $request)
109109
'Sorry, but we can\'t deliver to the destination country with this shipping module.'
110110
)
111111
);
112-
113112
return $error;
114-
}
115-
113+
}
116114
return $result;
117115
}
118116

0 commit comments

Comments
 (0)