Skip to content

Commit 5ab6056

Browse files
committed
Fixup: docs comment
1 parent 3f446bc commit 5ab6056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class SyncFileFun extends Method {
5656
/**
5757
* Determines whether a call to a function is "unhandled". That is, it is either
5858
* deferred or its result is not assigned to anything.
59+
*
5960
* TODO: maybe we should check that something is actually done with the result
6061
*/
6162
predicate unhandledCall(DataFlow::CallNode call) {

0 commit comments

Comments
 (0)