Skip to content

Commit 1477012

Browse files
authored
Replace tabs with spaces
1 parent 07c11d6 commit 1477012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/db-size.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Feature: Display database size
136136
Scenario: Display only database size in megabytes with specific precision for a WordPress install
137137
Given a WP install
138138

139-
When I run `wp db size --size_format=mb --decimals=0`
139+
When I run `wp db size --size_format=mb --decimals=0`
140140
Then STDOUT should not contain:
141141
"""
142142
.
@@ -147,7 +147,7 @@ Feature: Display database size
147147
MB
148148
"""
149149

150-
When I run `wp db size --size_format=mb --decimals=1`
150+
When I run `wp db size --size_format=mb --decimals=1`
151151
Then STDOUT should contain:
152152
"""
153153
.

0 commit comments

Comments
 (0)