Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MI-cool committed Jul 14, 2023
1 parent 8d1e783 commit dcd885d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/

package v2

import (
Expand Down
2 changes: 1 addition & 1 deletion v2/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (h *NacosV2Server) sendPushData(sub core.Subscriber, data *core.PushData) e
req := &nacospb.NotifySubscriberRequest{
NamingRequest: nacospb.NewBasicNamingRequest(utils.NewUUID(), namespace, data.ServiceInfo.Name,
data.ServiceInfo.GroupName),
ServiceInfo: data.ServiceInfo,
ServiceInfo: data.ServiceInfo,
}
nacoslog.Info("[NACOS-V2][PushCenter] notify subscriber new service info", zap.String("conn-id", watcher.ConnID),
zap.String("req-id", req.RequestId),
Expand Down

0 comments on commit dcd885d

Please sign in to comment.