Skip to content

Commit bf2cf7b

Browse files
ya-luotaodblock
authored andcommitted
Fix indent (#236)
1 parent d491242 commit bf2cf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ on the object the entity wraps.
212212
class ExampleEntity < Grape::Entity
213213
expose :attr_not_on_wrapped_object
214214
# ...
215-
private
215+
private
216216

217217
def attr_not_on_wrapped_object
218218
42
@@ -226,7 +226,7 @@ You have always access to the presented instance with `object`
226226
class ExampleEntity < Grape::Entity
227227
expose :formatted_value
228228
# ...
229-
private
229+
private
230230

231231
def formatted_value
232232
"+ X #{object.value}"

0 commit comments

Comments
 (0)