Skip to content

Commit

Permalink
Format std.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin37 authored May 18, 2024
1 parent 37fafc8 commit a6bc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/stdlib/std.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@
if there is no such field.
"%%
= fun field default_value r =>
if std.record.has_field field r then
if std.record.has_field field r then
std.record.get field r
else
default_value,
Expand Down

0 comments on commit a6bc2a2

Please sign in to comment.