Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Dec 31, 2022
1 parent 6583742 commit dd1a370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/entity/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ import (

type Application struct {
CFBundleShortVersionString string `json:"shortVersion,omitempty"`
CFBundleVersion string `json:"version"`
CFBundleDisplayName string `json:"name"`
CFBundleIdentifier string `json:"bundleId"`
IconBase64 string `json:"iconBase64,omitempty"`
CFBundleVersion string `json:"version"`
CFBundleDisplayName string `json:"name"`
CFBundleIdentifier string `json:"bundleId"`
IconBase64 string `json:"iconBase64,omitempty"`
}

type AppList struct {
Expand Down

0 comments on commit dd1a370

Please sign in to comment.