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 24, 2023
1 parent 3034112 commit a7c72c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
cat ./python.json
- name: diffctx
uses: williamfzc/diffctx@v0.3.3
uses: williamfzc/diffctx@v0.3.4
with:
lang: "golang"

Expand Down
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 2
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 1
}
log.Debug("abc")

Expand Down

0 comments on commit a7c72c0

Please sign in to comment.