Skip to content

Commit e98b676

Browse files
committed
[XPACK] Minor formatting fix
1 parent c256370 commit e98b676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch-xpack/spec/xpack/rest_api_yaml_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
match do |response|
2929
# Handle is_true: ''
3030
return response == true if field == ''
31-
!!find_value_in_document(split_and_parse_key(field) , response)
31+
!!find_value_in_document(split_and_parse_key(field), response)
3232
end
3333
end
3434

@@ -37,7 +37,7 @@
3737
match do |response|
3838
# Handle is_false: ''
3939
return response == false if field == ''
40-
!find_value_in_document(split_and_parse_key(field) , response)
40+
!find_value_in_document(split_and_parse_key(field), response)
4141
end
4242
end
4343

0 commit comments

Comments
 (0)