Skip to content

Commit

Permalink
chore: fake edit
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jul 23, 2023
1 parent 03cc0cc commit 763df80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions graph/function/api_draw_dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func (fg *Graph) setProperty(vertexHash string, propertyK string, propertyV stri
return err
}
properties.Attributes[propertyK] = propertyV
// fake edit

Check warning on line 15 in graph/function/api_draw_dot.go

View check run for this annotation

Codecov / codecov/patch

graph/function/api_draw_dot.go#L15

Added line #L15 was not covered by tests
return nil
}

Expand Down
1 change: 1 addition & 0 deletions parser/lsif/code_hover.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func newCodeHovers(contents json.RawMessage) ([]*codeHover, error) {
var rawContents []json.RawMessage
if err := json.Unmarshal(contents, &rawContents); err != nil {
rawContents = []json.RawMessage{contents}
// fake edge
}
log.Debug("abc")

Expand Down

0 comments on commit 763df80

Please sign in to comment.