iilyak commented on a change in pull request #3568:
URL: https://github.com/apache/couchdb/pull/3568#discussion_r635197935



##########
File path: src/couch/src/couch_debug.erl
##########
@@ -50,151 +50,181 @@ help() ->
 
 -spec help(Function :: atom()) -> ok.
 help(opened_files) ->
-    io:format("
-    opened_files()
-    --------------
-
-    Returns list of currently opened files
-    It iterates through `erlang:ports` and filters out all ports which are not 
efile.
-    It uses `process_info(Pid, dictionary)` to get info about couch_file 
properties.
-    ---
-    ", []);
+    io:format(

Review comment:
       This is probably a case where we should suppress reformatting by adding 
`%% erlfmt-ignore`.
   
   ```
   -spec help(Function :: atom()) -> ok.
   %% erlfmt-ignore
   help(opened_files) ->
       ....
   ```
   
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to