Skip to content

Commit

Permalink
Update AmiLoDService.php (indentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Dec 4, 2023
1 parent b3334fd commit 55e0441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmiLoDService.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class AmiLoDService {
'mesh_term_contains' => 'mesh;term;contains',
'mesh_term_exact' => 'mesh;term;exact',
'mesh_descriptor_startswith' => 'mesh;descriptor;startswith',
'mesh_descriptor_contains' => 'mesh;descriptor;contains',
'mesh_descriptor_contains' => 'mesh;descriptor;contains',
'mesh_descriptor_exact' => 'mesh;descriptor;exact'
];

Expand Down

0 comments on commit 55e0441

Please sign in to comment.