Commit 4342d6d4 authored by cintiarosa's avatar cintiarosa
Browse files

correct lint fault

parent bd776abe
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -207,9 +207,9 @@ module _3gpp-common-managed-function {
  }
    
  grouping PeeParametersGrp {
    description "This <<dataType>> represents the parameter list for the control
    and monitoring of power, energy and environmental parameters of ManagedFunction
    instance(s).";
    description "This <<dataType>> represents the parameter list for the 
    control and monitoring of power, energy and environmental parameters
    of ManagedFunction instance(s).";
    leaf idx { type uint32; }  
    leaf siteIdentification {
      type string;
@@ -319,7 +319,6 @@ module _3gpp-common-managed-function {
    }
   
    leaf priorityLabel {
      mandatory false;
      type uint32;
    }