Skip to content

Commit 43ded09

Browse files
rabbit_disk_monitor: formatting
1 parent f533e90 commit 43ded09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/rabbit/src/rabbit_disk_monitor.erl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@ get_disk_free(Dir, {win32, _}, not_used) ->
337337
_TotalNumberOfBytesStr, _TotalNumberOfFreeBytesStr] = string:tokens(DriveInfo, " "),
338338
list_to_integer(FreeBytesAvailableToCallerStr)
339339
catch _:{timeout, _}:_ ->
340-
%% could not compute the result
341-
'NaN';
340+
%% could not compute the result
341+
'NaN';
342342
_:Reason:_ ->
343-
rabbit_log:warning("Free disk space monitoring failed to retrieve the amount of available space: ~p", [Reason]),
344-
%% could not compute the result
345-
'NaN'
343+
rabbit_log:warning("Free disk space monitoring failed to retrieve the amount of available space: ~p", [Reason]),
344+
%% could not compute the result
345+
'NaN'
346346
end
347347
end.
348348

0 commit comments

Comments
 (0)